home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMIMPORTCSV / TFORMIMPORTCSV.txt < prev   
Text File  |  2003-09-02  |  7KB  |  340 lines

  1. object FormImportCSV: TFormImportCSV
  2.   Left = 536
  3.   Top = 6
  4.   BorderStyle = bsDialog
  5.   Caption = 'Importer un fichier d'#233'limit'#233' (CSV ou Texte)'
  6.   ClientHeight = 434
  7.   ClientWidth = 631
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object SC_Line1: TSC_Line
  20.     Left = 0
  21.     Top = 400
  22.     Width = 631
  23.     Height = 34
  24.     BorderShape = bsTopLine
  25.     Align = alBottom
  26.   end
  27.   object Image2: TImage
  28.     Left = 10
  29.     Top = 6
  30.     Width = 16
  31.     Height = 16
  32.     Cursor = crHandPoint
  33.     AutoSize = True
  34.     Picture.Data = {<image000.bmp>}
  35.     Transparent = True
  36.     OnClick = SC_LabelOpenClick
  37.   end
  38.   object SC_LabelOpen: TSC_Label
  39.     Left = 28
  40.     Top = 8
  41.     Width = 237
  42.     Height = 14
  43.     Cursor = crHandPoint
  44.     Caption = 'Cliquer ici pour choisir le fichier '#224' importer'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     OnClick = SC_LabelOpenClick
  52.     ACHover = True
  53.     ACUnderline = True
  54.     ACColorEnter = clBlue
  55.     ACColorLeave = clBlack
  56.   end
  57.   object Label3: TLabel
  58.     Left = 28
  59.     Top = 171
  60.     Width = 108
  61.     Height = 14
  62.     Caption = 'Associer les colonnes'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'Arial'
  67.     Font.Style = []
  68.     ParentFont = False
  69.   end
  70.   object Image1: TImage
  71.     Left = 10
  72.     Top = 169
  73.     Width = 16
  74.     Height = 16
  75.     AutoSize = True
  76.     Picture.Data = {<image001.bmp>}
  77.     Transparent = True
  78.   end
  79.   object Image4: TImage
  80.     Left = 306
  81.     Top = 169
  82.     Width = 16
  83.     Height = 16
  84.     AutoSize = True
  85.     Picture.Data = {<image002.bmp>}
  86.     Transparent = True
  87.   end
  88.   object Label5: TLabel
  89.     Left = 325
  90.     Top = 171
  91.     Width = 37
  92.     Height = 14
  93.     Caption = 'Options'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object SC_Line2: TSC_Line
  102.     Left = 309
  103.     Top = 189
  104.     Width = 315
  105.     Height = 199
  106.   end
  107.   object Label4: TLabel
  108.     Left = 319
  109.     Top = 195
  110.     Width = 102
  111.     Height = 14
  112.     Caption = 'D'#233'limiteur de champs'
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'Arial'
  117.     Font.Style = []
  118.     ParentFont = False
  119.   end
  120.   object Label1: TLabel
  121.     Left = 319
  122.     Top = 240
  123.     Width = 167
  124.     Height = 14
  125.     Caption = 'Commencer l'#39'importation '#224' la ligne :'
  126.     Font.Charset = DEFAULT_CHARSET
  127.     Font.Color = clWindowText
  128.     Font.Height = -11
  129.     Font.Name = 'Arial'
  130.     Font.Style = []
  131.     ParentFont = False
  132.   end
  133.   object Label16: TLabel
  134.     Left = 318
  135.     Top = 288
  136.     Width = 121
  137.     Height = 14
  138.     Caption = 'Les dates sont au format'
  139.   end
  140.   object CustomButtonOk: TButton
  141.     Left = 119
  142.     Top = 406
  143.     Width = 150
  144.     Height = 22
  145.     Hint = '|Valider l'#39'importation'
  146.     Caption = '&Importer dans le fichier'
  147.     Default = True
  148.     ModalResult = 1
  149.     ParentShowHint = False
  150.     ShowHint = True
  151.     TabOrder = 8
  152.   end
  153.   object CustomButtonClose: TButton
  154.     Left = 362
  155.     Top = 406
  156.     Width = 75
  157.     Height = 22
  158.     Hint = '|Annuler l'#39'importation'
  159.     Cancel = True
  160.     Caption = 'A&nnuler'
  161.     ModalResult = 2
  162.     ParentShowHint = False
  163.     ShowHint = True
  164.     TabOrder = 9
  165.   end
  166.   object CustomButtonHelp: TButton
  167.     Left = 278
  168.     Top = 406
  169.     Width = 75
  170.     Height = 22
  171.     Hint = '|Aide'
  172.     Caption = '&Aide'
  173.     ParentShowHint = False
  174.     ShowHint = True
  175.     TabOrder = 10
  176.     OnClick = CustomButtonHelpClick
  177.   end
  178.   object GridFile: TStringGrid
  179.     Left = 10
  180.     Top = 25
  181.     Width = 610
  182.     Height = 140
  183.     ColCount = 1
  184.     Ctl3D = True
  185.     DefaultColWidth = 100
  186.     DefaultRowHeight = 16
  187.     FixedCols = 0
  188.     RowCount = 2
  189.     Font.Charset = DEFAULT_CHARSET
  190.     Font.Color = clWindowText
  191.     Font.Height = -11
  192.     Font.Name = 'Arial'
  193.     Font.Style = []
  194.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goThumbTracking]
  195.     ParentCtl3D = False
  196.     ParentFont = False
  197.     TabOrder = 0
  198.   end
  199.   object GridAssocier: TStringGrid
  200.     Left = 7
  201.     Top = 186
  202.     Width = 280
  203.     Height = 201
  204.     ColCount = 2
  205.     Ctl3D = True
  206.     DefaultColWidth = 100
  207.     DefaultRowHeight = 21
  208.     FixedCols = 0
  209.     RowCount = 32
  210.     Font.Charset = DEFAULT_CHARSET
  211.     Font.Color = clWindowText
  212.     Font.Height = -11
  213.     Font.Name = 'Arial'
  214.     Font.Style = []
  215.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goThumbTracking]
  216.     ParentCtl3D = False
  217.     ParentFont = False
  218.     ScrollBars = ssVertical
  219.     TabOrder = 1
  220.     OnClick = GridAssocierClick
  221.     OnKeyDown = GridAssocierKeyDown
  222.     OnTopLeftChanged = GridAssocierTopLeftChanged
  223.     ColWidths = (
  224.       158
  225.       100)
  226.   end
  227.   object ComboDelimiteur: TComboBox
  228.     Left = 319
  229.     Top = 210
  230.     Width = 170
  231.     Height = 22
  232.     Cursor = crHandPoint
  233.     BevelInner = bvLowered
  234.     BevelOuter = bvRaised
  235.     Style = csDropDownList
  236.     Ctl3D = True
  237.     Font.Charset = DEFAULT_CHARSET
  238.     Font.Color = clWindowText
  239.     Font.Height = -11
  240.     Font.Name = 'Arial'
  241.     Font.Style = []
  242.     ItemHeight = 14
  243.     ParentCtl3D = False
  244.     ParentFont = False
  245.     TabOrder = 3
  246.     OnClick = ComboDelimiteurClick
  247.     Items.Strings = (
  248.       'Tabulation'
  249.       'Point-virgule (;)'
  250.       'Virgule (,)'
  251.       'Point (.)')
  252.   end
  253.   object SpinLine: TSpinEdit
  254.     Left = 319
  255.     Top = 258
  256.     Width = 61
  257.     Height = 23
  258.     Ctl3D = True
  259.     Font.Charset = DEFAULT_CHARSET
  260.     Font.Color = clWindowText
  261.     Font.Height = -11
  262.     Font.Name = 'Arial'
  263.     Font.Style = []
  264.     MaxValue = 100
  265.     MinValue = 1
  266.     ParentCtl3D = False
  267.     ParentFont = False
  268.     TabOrder = 4
  269.     Value = 1
  270.   end
  271.   object ComboFormatDateCSV: TComboBox
  272.     Left = 318
  273.     Top = 303
  274.     Width = 145
  275.     Height = 22
  276.     Cursor = crHandPoint
  277.     Style = csDropDownList
  278.     DropDownCount = 15
  279.     ItemHeight = 14
  280.     TabOrder = 5
  281.     Items.Strings = (
  282.       'jj/mm/aaaa'
  283.       'jj/mm/aa'
  284.       'jjmmaaaa'
  285.       'jjmmaa'
  286.       'aaaa/mm/jj'
  287.       'aa/mm/jj'
  288.       'aaaammjj'
  289.       'aammjj'
  290.       'mm/jj/aaaa'
  291.       'mm/jj/aa'
  292.       'mmjjaaaa'
  293.       'mmjjaa'
  294.       'Autre')
  295.   end
  296.   object ButtonLoadParam: TButton
  297.     Left = 319
  298.     Top = 333
  299.     Width = 221
  300.     Height = 22
  301.     Caption = 'Charger des param'#232'tres d'#39'importation'
  302.     ParentShowHint = False
  303.     ShowHint = True
  304.     TabOrder = 6
  305.     OnClick = ButtonLoadParamClick
  306.   end
  307.   object ButtonSaveParam: TButton
  308.     Left = 319
  309.     Top = 360
  310.     Width = 221
  311.     Height = 22
  312.     Caption = 'Enregister les param'#232'tres d'#39'importation'
  313.     ParentShowHint = False
  314.     ShowHint = True
  315.     TabOrder = 7
  316.     OnClick = ButtonSaveParamClick
  317.   end
  318.   object ComboColonne: TComboBox
  319.     Left = 168
  320.     Top = 209
  321.     Width = 101
  322.     Height = 22
  323.     Cursor = crHandPoint
  324.     Style = csDropDownList
  325.     Ctl3D = True
  326.     DropDownCount = 20
  327.     Font.Charset = ANSI_CHARSET
  328.     Font.Color = clWindowText
  329.     Font.Height = -11
  330.     Font.Name = 'Arial'
  331.     Font.Style = []
  332.     ItemHeight = 14
  333.     ParentCtl3D = False
  334.     ParentFont = False
  335.     TabOrder = 2
  336.     Visible = False
  337.     OnClick = ComboColonneClick
  338.   end
  339. end
  340.